




body {
  position: relative; 
  padding-top: 75px; 
}


.table code {
  font-size: 13px;
  font-weight: normal;
}


.btn-outline {
  color: #563d7c;
  background-color: #fff;
  border-color: #e5e5e5;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background-color: #563d7c;
  border-color: #563d7c;
}


.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #cdbfe3;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  color: #563d7c;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff;
}




.bs-docs-nav {
  /*text-shadow: 0 -1px 0 rgba(0,0,0,.15);*/
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.bs-docs-nav .navbar-collapse {
 margin-top:15px;                      /*导航条距顶端距离*/
  border-color: #463265;
	font-family: "微软雅黑";
}
.bs-docs-nav .navbar-brand {
	
  color: #ff9f02;
}

.bs-docs-nav .navbar-nav > li {/*导航条间距*/
  padding-left: 24px;
}


.bs-docs-nav .navbar-nav > li > a:hover {
  color: #ff9f02;
}
.navbar-brand1{
	font-size:18px;
	font-weight:bold;
	color:#ff9f02;
	font-family: "微软雅黑";
}

.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #ccc;
}
.bs-docs-nav .navbar-toggle {
  border-color: #ccc;
}
.bs-docs-nav .navbar-toggle:hover {
  background-color: #800000;
  border-color: #ccc;
}




.bs-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 100px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.footer-links {
  margin: 10px 0;
  padding-left: 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

@media (min-width: 768px) {
  .bs-footer {
    text-align: left;
  }
  .bs-footer p {
    margin-bottom: 0;
  }
}




.bs-social {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.bs-social-buttons {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
}
.bs-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bs-social-buttons .twitter-share-button {
  width: 98px !important;
}

.github-btn {
  border: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .bs-social {
    text-align: left;
  }
  .bs-social-buttons li:first-child {
    padding-left: 0;
  }
}




.bs-docs-home,
.bs-header {
  color: #cdbfe3;
  background-color: #563d7c;
  background-image: url(../../../Home/images/banner_images/newsbanner.jpg);
	height:210px;
}
.bs-header1 {
  color: #cdbfe3;
  background-color: #563d7c;
  background-image: url(../../../Home/images/banner_images/jvchang.jpg);
	height:210px;
}
.bs-header2 {
  color: #cdbfe3;
  background-color: #563d7c;
  background-image: url(../../../Home/images/banner_images/lexiang.jpg);
	height:210px;
}
.bs-header3 {
  color: #cdbfe3;
  background-color: #563d7c;
  background-image: url(../../../Home/images/banner_images/tigong1.jpg);
	height:210px;
}



 
 .bs-masthead {
  position: relative;
  padding: 30px 15px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.bs-masthead h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.bs-masthead .btn-outline-inverse {
  margin: 10px;
}


.bs-masthead-links {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 15px;
  list-style: none;
  text-align: center;
}
.bs-masthead-links li {
  display: inline;
}
.bs-masthead-links li + li {
  margin-left: 20px;
}
.bs-masthead-links a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .bs-masthead {
    text-align: left;
    padding-top:    140px;
    padding-bottom: 140px;
  }
  .bs-masthead h1 {
    font-size: 100px;
  }
  .bs-masthead .lead {
    margin-right: 25%;
    font-size: 30px;
  }
  .bs-masthead .btn-outline-inverse {
    width: auto;
    margin: 20px 5px 20px 0;
    padding: 18px 24px;
    font-size: 21px;
  }
  .bs-masthead-links {
    padding: 0;
    text-align: left;
  }
}






.bs-header {
  padding: 30px 15px 40px; 
  font-size: 16px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.bs-header h1 {
  color: #fff;
}
.bs-header p {
  font-weight: 300;
  line-height: 1.5;
}
.bs-header .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bs-header {
    font-size: 21px;
    text-align: left;
  }
  .bs-header h1 {
    font-size: 60px;
    line-height: 1;
  }
}

@media screen and (min-width: 992px) {
  .bs-header h1,
  .bs-header p {
    margin-right: 380px;
  }
}




.carbonad {
  width: auto !important;
  margin: 50px -30px -40px !important;
  padding: 20px !important;
  overflow: hidden; 
  height: auto !important;
  font-size: 13px !important;
  line-height: 16px !important;
  text-align: left;
  background: #463265 !important;
  border: 0 !important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
}
.carbonad-img {
  margin: 0 !important;
}
.carbonad-text,
.carbonad-tag {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-left: 145px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.carbonad-text {
  padding-top: 0 !important;
}
.carbonad-tag {
  color: #cdbfe3 !important;
  text-align: left !important;
}
.carbonad-text a,
.carbonad-tag a {
  color: #fff !important;
}
.carbonad #azcarbon > img {
  display: none; 
}

@media screen and (min-width: 768px) {
  .carbonad {
    margin: 0 !important;
    border-radius: 4px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.075), 0 1px 0 rgba(255,255,255,.1);
  }
}

@media screen and (min-width: 992px) {
  .carbonad {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 15px !important;
    width: 330px !important;
  }
}




.bs-old-docs {
  padding: 15px 20px;
  color: #777;
  background-color: #fafafa;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
}
.bs-old-docs strong {
  color: #555;
}





.bs-sidebar.affix {
  position: static;
}


.bs-sidenav {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 30px;
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px;
}

.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 15px 20px;
	font-size:18px;
	font-weight:bold;
	font-family: "微软雅黑";
	border-bottom:1px #ddd solid;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}


.bs-sidebar .nav .nav {
  display: none; 
  margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}


@media screen and (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
   /* position: fixed; */
    top: 80px;
  	background-color:#eee;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; 
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}
.track{
	width:100%;
	background-color:#fff;
	height:900px;
}
.track_title{
	text-align:center;
	font-size:48px;
	padding-top: 10px;
	color:#47546d;
	font-family: "微软雅黑";
	height:100px;
	clear:both;
	
}
.track_img{
	text-align:center;
	padding-left:105px;
}

.bs-docs-section + .bs-docs-section {
  padding-top: 40px;
}


h1[id] {
  padding-top: 80px;
  margin-top: -45px;
}





.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}


.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}




.show-grid {
  margin-bottom: 15px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
}




.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  background-color: #fafafa;
  box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
}

.bs-example:after {
  content: "Example";
  position: absolute;
  top:  15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.bs-example + .highlight {
  margin: -15px -15px 15px;
  border-radius: 0;
  border-width: 0 0 1px;
}


@media screen and (min-width: 768px) {
  .bs-example {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
  }
  .bs-example + .highlight {
    margin-top: -16px;
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}


.bs-example .container {
  width: auto;
}


.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
  margin-bottom: 0;
}
.bs-example > p > .close {
  float: none;
}


.bs-example-type .table .info {
  color: #999;
  vertical-align: middle;
}
.bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bs-example-type .table tr:first-child td {
  border-top: 0;
}
.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
  margin: 0;
}


.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
  margin: 5px;
}


.bs-example > .table-responsive > .table {
  background-color: #fff;
}


.bs-example > .btn,
.bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px;
}


.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
  margin-top: 10px;
}
.bs-example-form .input-group {
  margin-bottom: 10px;
}
.bs-example > textarea.form-control {
  resize: vertical;
}


.bs-example > .list-group {
  max-width: 400px;
}


.bs-example .navbar:last-child {
  margin-bottom: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  overflow: hidden; 
}
.bs-navbar-top-example .navbar-header,
.bs-navbar-bottom-example .navbar-header {
  margin-left: 0;
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  padding-bottom: 45px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: 15px;
}
.bs-navbar-top-example .navbar-fixed-top {
  top: -1px;
}
.bs-navbar-bottom-example {
  padding-top: 45px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bs-navbar-top-example .navbar-fixed-top,
  .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: absolute;
  }
  .bs-navbar-top-example {
    border-radius: 0 0 4px 4px;
  }
  .bs-navbar-bottom-example {
    border-radius: 4px 4px 0 0;
  }
}


.bs-example .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}


.bs-example > .pager {
  margin-top: 0;
}


.bs-example-modal {
  background-color: #f5f5f5;
}
.bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
}
.bs-example-modal .modal-dialog {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}


.bs-example > .dropdown > .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
}


.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}


.bs-example-tooltips {
  text-align: center;
}
.bs-example-tooltips > .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}


.bs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}


.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}




.highlight {
  display: none; 
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.highlight pre code {
  font-size: inherit;
  color: #333; 
}
.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  text-align: right;
  color: #bebec5;
}


@media screen and (min-width: 481px) {
  .highlight {
    display: block;
  }
}





.table-responsive .highlight pre {
  white-space: normal;
}


.bs-table th small,
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}


.responsive-utilities-test {
  margin-top: 5px;
}
.responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px;
}
.responsive-utilities-test span {
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  border-radius: 4px;
}
.visible-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .visible-xs,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-lg {
  color: #999;
  border: 1px solid #ddd;
}
.visible-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .hidden-xs,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-lg {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}




.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.bs-glyphicons li:hover {
  background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%;
  }
}




.bs-customizer .toggle {
  float: right;
  margin-top: 85px; 
}


.bs-customizer label {
  margin-top: 10px;
  font-weight: 500;
  color: #555;
}
.bs-customizer h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 30px;
}
.bs-customizer h3 {
  margin-bottom: 0;
}
.bs-customizer h4 {
  margin-top: 15px;
  margin-bottom: 0;
}
.bs-customizer .bs-callout h4 {
  margin-top: 0; 
  magin-bottom: 5px;
}
.bs-customizer input[type="text"] {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background-color: #fafafa;
}
.bs-customizer .help-block {
  font-size: 12px;
  margin-bottom: 5px;
}


#less-section label {
  font-weight: normal;
}


.bs-customize-download .btn-outline {
  padding: 20px;
}


.bs-customizer-alert {
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 15px 0;
  color: #fff;
  background-color: #d9534f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
  border-bottom: 1px solid #b94441;
}
.bs-customizer-alert .close {
  margin-top: -4px;
  font-size: 24px;
}
.bs-customizer-alert p {
  margin-bottom: 0;
}
.bs-customizer-alert .glyphicon {
  margin-right: 5px;
}
.bs-customizer-alert pre {
  margin: 10px 0 0;
  color: #fff;
  background-color: #a83c3a;
  border-color: #973634;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}





.bs-examples h4 {
  margin-bottom: 5px;
}
.bs-examples p {
  margin-bottom: 20px;
}


#focusedInput {
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9; 
  -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
       box-shadow: 0 0 8px rgba(82,168,236,.6);
}


.bs-docs-dl-options h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.solution{
	width:100%;
	height:400px;
	/*background-image:url(../../../Home/images/b4642467d1deca25a70ac303c0df8f9e.jpg);*/
}
.solu_title{
	color:#47546d;
	text-align:center;
	font-size:36px;
	font-family: "微软雅黑";
	height:55px;
	clear:both;
}
.solu_more{
	color:#000;
	text-align:center;
	font-size:14px;
	font-family: "微软雅黑";
	height:30px;
	vertical-align:text-top;
	clear:both;
}

.solu_content{
	color:#fff;
	padding:10px 150px;
	font-size:18px;
	font-family: "微软雅黑";
	line-height:40px;
}
.solu_content li{
	color:#fff;
	display:inline;
	list-style:none;
}
.solu_button{
	width:100%;
	height:120px;
	text-align:center;
	padding-top:35px;
}
.solu_sp_more{
	background-color:#fff;
	margin-top:40px;
	padding:15px 15px;
	width:120px;
	height:60px;
	font-size:16px;
	font-family: "微软雅黑";
}
.about{
	height:500px;
	background-color:#f8f9fd;
	color:#000;
}
.about_title{
	text-align:center;
	font-size:36px;
	padding-top: 20px;
	font-family: "微软雅黑";
	color:#47546d;
	height:100px;
	margin-bottom:20px;
	/*text-shadow: 15px 5px 5px #333333;*/
}

.shadw{
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.zuji{
	margin-bottom:80px;
}
#div_jt{
	transition:width 2s;
	-webkit-transition:width 2s; /* Safari */
}
#div_jt:hover{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}
#div_jc{
	transition:width 2s;
	-webkit-transition:width 2s; /* Safari */
}
#div_jc:hover{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}
#div_gy{
	transition:width 2s;
	-webkit-transition:width 2s; /* Safari */
}
#div_gy:hover{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}
.about_left{
	padding-left:35px;
}
.about_content{
	font-family: "微软雅黑";
	line-height:30px;
	color:#282828;
	 text-indent:2em;
	padding-left:40px;
}
.about_right{
	text-align:center;
}
.case{
	width:100%;
	height:436px;
}
.case_title{
	text-align:center;
	font-size:34px;
	padding-top: 30px;
	font-family: "微软雅黑";
	height:100px;
}
.logo{
	width:100%;
	background-color:#eee;
	float:left;
	padding-bottom:10px;
}
.logo_title{
	text-align:center;
	font-size:34px;
	padding-top: 30px;
	font-family: "微软雅黑";
	height:80px;
}
.logo_ul
{
	list-style:none;
}
.logo_ul li{
	float:left;
	width:200px;
	margin:10px 20px;
	display:inline;
}
.logo_ul li img{
	padding:0px; border:2px solid #f98510;width:200px;height:45px;
}
.sp_morecase{
	margin:auto;
	width:120px;
	height:35px;
	line-height:35px;
	background-color:#00ff80;
	text-align:center;
	font-size:16px;
	font-family: "微软雅黑";
}
.case_list{
	text-align:center;
}
.case_list li
{
	float:left; 
	list-style:none;
	width:250px;
	height:240px;
	margin-left:10px;
	border:0px solid #ccc;
	text-align:center;
	line-height:35px;
}
.botframe_1{
background-color:#5985b0; height:300px;
 line-height:15px;font-size:14px;}
	
.botframe_2{
background-color:#265686;text-align:center;width:100%;padding:15px 0px; color:#fff; height:50px;margin:20px 0px;}

.fot_left{
	float:left;
	padding-left:30px;
	line-height:22px;
	color:#fff;
	}
.fot_right{
	float:right;
	padding-right:60px;
	}
.con_title{
	padding-top:20px;
	height:80px;
	line-height:60px;
	font-size:18px;
	font-family: "微软雅黑";
}
.content_title{
	margin-top:10px;
	font-size:20px;
	font-family: "微软雅黑";
}
.content_text{
	color:#5d5d5d;
	line-height:20px;
	font-size:14px;
	font-family: "微软雅黑";
}
.detl_content{
	padding:20px;
	line-height:30px;
	background-color:#eef;
	 border:1px #ddd solid;
	 border-radius: 15px;
	margin-bottom:20px;
}
.index_title{
	padding-top:8px;
	font-size:16px;
	font-family: "微软雅黑";
}
.index_title a{
	color:#666;
}
.index_title a:hover{
	color:#123;
}
.news{
	width:100%;
	height:400px;
}
.news_left{
	width:600px;
	height:400px;
	float:left;
	padding-left:40px;
	padding-top:15px;
}
.news_right{
	padding-top:8px;
	height:400px;
	color:#666;
	margin-left:600px;
	padding-right:20px;
}
.list_line{
	height:35px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.news_right li .time{float:right;color:#666;width:100px;padding-top:5px; }
.news_title{
	margin-top:8px;
	margin-bottom:18px;
	padding-top:7px;
	height:30px;
	line-height:16px;
	background-color:#5985b0;
	font-size:14px;
	width:100px;
	text-align:center;
	font-family: "微软雅黑";
	color:#fff;
}
.news_list li a{
	float:left;
	width:500px;
	padding-left:0px;
	padding-top:0px;
	height:34px;
	line-height:34px;
	color:#666;
	font-family:  "microsoft YaHei",SimSun,Arial;
}
.news_more a{
	width:100px;
	float:right;color:#666;
	height:34px;
	font-family: "微软雅黑";
	line-height:34px;
	padding-right:100px;
}
.sp_yuanjing{
	font-weight:bold;
}
.cat_menu{
	margin-top:30px;
	padding-left:30px;
	width:265px;
	line-height:55px;
	height:55px;
	background-color:#4f4f4f;
	color:#fff;
	font-size:20px;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.list_detail_left{
	float:left;
	width:100px;
}
.list_detail_right{
	float:right;
	width:200px;
	margin-left:100px;
	text-align:right;
}

